projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966052c
)
Don't quote lambda in idlwave.el
author
Stefan Kangas
<stefan@marxist.se>
Fri, 20 Nov 2020 16:25:31 +0000
(17:25 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 20 Nov 2020 16:25:31 +0000
(17:25 +0100)
* lisp/progmodes/idlwave.el (idlwave-keyword-abbrev): Don't quote
lambda.
lisp/progmodes/idlwave.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/idlwave.el
b/lisp/progmodes/idlwave.el
index 44bdd918d6c51b83d8ee864c3d346db1439c5a99..876c38da7e7df1e565136babd6dde90b3f0d2a68 100644
(file)
--- a/
lisp/progmodes/idlwave.el
+++ b/
lisp/progmodes/idlwave.el
@@
-1355,8
+1355,8
@@
Normally a space.")
(defmacro idlwave-keyword-abbrev (&rest args)
"Creates a function for abbrev hooks to call `idlwave-check-abbrev' with args."
- `(
quote (
lambda ()
-
,(append '(idlwave-check-abbrev) args)
)))
+ `(lambda ()
+
,(append '(idlwave-check-abbrev) args
)))
;; If I take the time I can replace idlwave-keyword-abbrev with
;; idlwave-code-abbrev and remove the quoted abbrev check from